home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / gus / vts139b.zip / VT.CFG < prev    next >
Text File  |  1993-12-22  |  2KB  |  75 lines

  1. #
  2. # ╔══════════════════════════════╗
  3. # ║ VangeliSTracker v1.39 (beta) ║
  4. # ║                              ║
  5. # ║    Default configuration.    ║
  6. # ╚══════════════════════════════╝
  7. #
  8. # For comments, use one of the following characters:
  9. #
  10. # # -> I don't know how to call this in English.
  11. # : -> Colon.
  12. # ; -> Semicolon.
  13. #
  14. # For strings and filenames, use single quotes ('). If you need to put a
  15. # single quote inside a string, just put it twice.
  16. #
  17. # For boolean values, you can use:
  18. #
  19. #   For 'true'  : Si, sí, oui, yes, yeah, da, por supuesto, true, 1.
  20. #   For 'false' : No, nones, ni hablar, paso, non, pas, nope, nyet, false, 0.
  21. #
  22. # Hexadecimal numbers must always have a dollar ($) sign first, with no spaces
  23. # between the dollar and the number.
  24. # Indirections can be specified in square brackets "[]". The address is
  25. # linear absolute (5 digits if it's hexadecimal).
  26. #
  27.  
  28.  
  29.  
  30. : ┌────────────────┐
  31. : │ Miscellaneous. │
  32. : └────────────────┘
  33.  
  34. [VT-Misc]
  35.  
  36. ;ShellPath     = 'c:\command.com'  ; Full path name of the shell program.
  37.                                    ; By default, COMSPEC is used.
  38. ;ShellParams   = ''                ; Parameter line passed to the shell program.
  39. Language       = 'VT_Eng.Lng'      ; Language file to be used.
  40. ModPath        = 'G:\MOD\MUYBUENO' ; Path from which MODs are read by default.
  41. TmpPath        = 'D:\TMP'          ; Path for temporary files.
  42.  
  43.  
  44.  
  45. : ┌───────────────────┐
  46. : │ Song interpreter. │
  47. : └───────────────────┘
  48.  
  49. [VT-PlayMod]
  50.  
  51. LoopMod      = Nope           ; Yes: Allows the song to repeat forever.
  52. ForceLoopMod = Nones          ; Yes: Forces the song to repeat forever.
  53. ShellLoopMod = Yeah           ; Yes: Forces the song to repeat forever
  54.                               ; when in the DOS Shell.
  55. PermitFade   = Yes, of course ; Allows for the soft volume fade out.
  56. FadeSpeed    = 256            ; Speed of the fade out.
  57. TicksPerSec  = 50             ; Song ticks per second. 50 for european MODs and
  58.                               ; 60 for american MODs (Amiga's lame difference).
  59. LowQuality   = No             ; Yes: saves memory by making sound worse. Also,
  60.                               ; saves GUS memory.
  61. Volume       = 127            ; Sound volume (0-255).
  62.  
  63.  
  64.  
  65. : ┌───────────────────┐
  66. : │ Gravis Ultrasound │
  67. : └───────────────────┘
  68.  
  69. [VT-GUS]
  70.  
  71. ;Port        = $240    ; Defaults to autodetect. Uncomment
  72.                        ; to force your address.
  73. IRQ          = 11     
  74.  
  75.